home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / cgi-bin / cgi.cgi next >
Encoding:
Text File  |  2006-05-08  |  85 b   |  6 lines

  1. #!"\xampp\perl\bin\perl.exe"
  2.  
  3. print "Content-Type: text/html\n\n";
  4.  
  5. print "OK";
  6.